home *** CD-ROM | disk | FTP | other *** search
- # Makefile for demo program
-
- # Part of the REND386 package by Bernie Roehl and Dave Stampe
- # For details, send email to broehl@sunee.uwaterloo.ca
- # or dstampe@sunee.uwaterloo.ca
-
- demo2.exe: demo2.obj color256.obj pointer.obj render.obj plg.obj segio.obj pcxmodey.obj
- tcc -ml demo2.obj color256.obj pointer.obj render.obj plg.obj segio.obj pcxmodey.obj rend386.lib userint.lib blit256.lib
-
- demo2.obj: demo2.c rend386.h userint.h plg.h
- tcc -c -ml demo2
-
- color16.obj: color16.c rend386.h
- tcc -c -ml color16
-
- color256.obj: color256.c rend386.h
- tcc -c -ml color256
-
- render.obj: render.c
- tcc -c -ml render
-
- pointer.obj: pointer.c pointer.h
- tcc -c -ml pointer
-
- segio.obj: segio.c rend386.h plg.h
- tcc -c -ml segio
-
- plg.obj: plg.c rend386.h plg.h
- tcc -c -ml plg
-
- pcxmodey.obj: pcxmodey.c
- tcc -c -ml pcxmodey
-